home *** CD-ROM | disk | FTP | other *** search
/ HyperLib 1997 Winter - Disc 1 / HYPERLIB-1997-Winter-CD1.ISO.7z / HYPERLIB-1997-Winter-CD1.ISO / オンラインウェア / BUS / ICount 1.1.sit / iCount 1.1 / iCount 1.1.rsrc / STR#_10151.txt < prev    next >
Text File  |  1996-08-19  |  717b  |  67 lines

  1. tanh(x)
  2. The hyperbolic tangent of number x.
  3.  
  4.  
  5. Example: tanh(5)
  6.  
  7. cosh(x)
  8. The hyperbolic cosine of number x.
  9.  
  10.  
  11. Example: cosh(5)
  12.  
  13. sinh(x)
  14. The hyperbolic sine of number x.
  15.  
  16.  
  17.  
  18. Example: sinh(5)
  19.  
  20. atan2(x,y)
  21. Computes the principal value of the arc tangent of y/x.
  22. It uses the signs of x and y to determine the angle quadrant.
  23. Example: atan2(3,4)
  24.  
  25. atan(x)
  26. The arc tangent of number x
  27. (where -1竕・x竕・1).
  28.  
  29.  
  30. Example: atan(1)
  31.  
  32. acos(x)
  33. The arc cosine of number x
  34. (where -1竕・x竕・1).
  35.  
  36.  
  37. Example: acos(1)
  38.  
  39. asin(x)
  40. The arc sine of number x
  41. (where -1竕・x竕・1).
  42.  
  43.  
  44. Example: asin(0.5)
  45.  
  46. tan(a)
  47. The tangent of angle a.
  48.  
  49.  
  50.  
  51. Example: tan(45)
  52.  
  53. cos(a)
  54. The cosine of angle a.
  55.  
  56.  
  57.  
  58. Example: cos(45)
  59.  
  60. sin(a)
  61. The sine of angle a.
  62.  
  63.  
  64.  
  65. Example: sin(30)
  66.  
  67.